﻿2026-07-22T18:42:14.8648141Z ##[group]Run actions/checkout@v5
2026-07-22T18:42:14.8649088Z with:
2026-07-22T18:42:14.8649717Z   repository: BigscreenVR/spt-bs-core
2026-07-22T18:42:14.8656528Z   token: ***
2026-07-22T18:42:14.8657137Z   ssh-strict: true
2026-07-22T18:42:14.8657766Z   ssh-user: git
2026-07-22T18:42:14.8658400Z   persist-credentials: true
2026-07-22T18:42:14.8659190Z   clean: true
2026-07-22T18:42:14.8659834Z   sparse-checkout-cone-mode: true
2026-07-22T18:42:14.8660617Z   fetch-depth: 1
2026-07-22T18:42:14.8661226Z   fetch-tags: false
2026-07-22T18:42:14.8661871Z   show-progress: true
2026-07-22T18:42:14.8662515Z   lfs: false
2026-07-22T18:42:14.8663115Z   submodules: false
2026-07-22T18:42:14.8663884Z   set-safe-directory: true
2026-07-22T18:42:14.8664624Z   allow-unsafe-pr-checkout: false
2026-07-22T18:42:14.8665348Z env:
2026-07-22T18:42:14.8665935Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T18:42:14.8666724Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T18:42:14.8667468Z ##[endgroup]
2026-07-22T18:42:14.9530504Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T18:42:14.9533094Z ##[group]Getting Git version info
2026-07-22T18:42:14.9534287Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T18:42:14.9535964Z [command]/usr/bin/git version
2026-07-22T18:42:14.9536702Z git version 2.43.0
2026-07-22T18:42:14.9538925Z ##[endgroup]
2026-07-22T18:42:14.9543594Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/aaa4b681-350b-4ab6-bdfc-cdfec8881a80' before making global git config changes
2026-07-22T18:42:14.9545977Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T18:42:14.9547759Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T18:42:14.9572565Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T18:42:14.9590998Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:42:14.9601089Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T18:42:14.9603555Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T18:42:14.9622151Z refs/heads/main
2026-07-22T18:42:14.9628216Z [command]/usr/bin/git checkout --detach
2026-07-22T18:42:14.9675447Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:42:14.9719188Z [command]/usr/bin/git branch --delete --force main
2026-07-22T18:42:14.9746328Z Deleted branch main (was 7c0f12d6).
2026-07-22T18:42:14.9810134Z ##[endgroup]
2026-07-22T18:42:14.9812153Z [command]/usr/bin/git submodule status
2026-07-22T18:42:14.9993537Z ##[group]Cleaning the repository
2026-07-22T18:42:14.9995680Z [command]/usr/bin/git clean -ffdx
2026-07-22T18:42:15.0025156Z Removing traceable-reqs
2026-07-22T18:42:15.0033292Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T18:42:15.0084049Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:42:15.0089379Z ##[endgroup]
2026-07-22T18:42:15.0090764Z ##[group]Disabling automatic garbage collection
2026-07-22T18:42:15.0092905Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T18:42:15.0114927Z ##[endgroup]
2026-07-22T18:42:15.0116273Z ##[group]Setting up auth
2026-07-22T18:42:15.0119301Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T18:42:15.0144370Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T18:42:15.0330009Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T18:42:15.0355669Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T18:42:15.0562822Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T18:42:15.0592731Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T18:42:15.0779649Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T18:42:15.0807774Z ##[endgroup]
2026-07-22T18:42:15.0809254Z ##[group]Fetching the repository
2026-07-22T18:42:15.0814184Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9:refs/remotes/origin/main
2026-07-22T18:42:15.5562621Z ##[endgroup]
2026-07-22T18:42:15.5564039Z ##[group]Determining the checkout info
2026-07-22T18:42:15.5565535Z ##[endgroup]
2026-07-22T18:42:15.5566452Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T18:42:15.5605269Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T18:42:15.5629273Z ##[group]Checking out the ref
2026-07-22T18:42:15.5631478Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T18:42:15.5676853Z Switched to a new branch 'main'
2026-07-22T18:42:15.5677711Z branch 'main' set up to track 'origin/main'.
2026-07-22T18:42:15.5682082Z ##[endgroup]
2026-07-22T18:42:15.5710757Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T18:42:15.5730048Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
